From 3a8a9fc2bdd060cb837647982c5a1597a6323e97 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Fri, 29 Mar 2019 04:04:27 +0100 Subject: [PATCH] reftests: Remove style-properties-nth-child test Style properties don't exist anymore. --- testsuite/reftests/meson.build | 3 - .../reftests/style-properties-nth-child.css | 11 --- .../style-properties-nth-child.ref.ui | 69 ------------------- .../reftests/style-properties-nth-child.ui | 54 --------------- 4 files changed, 137 deletions(-) delete mode 100644 testsuite/reftests/style-properties-nth-child.css delete mode 100644 testsuite/reftests/style-properties-nth-child.ref.ui delete mode 100644 testsuite/reftests/style-properties-nth-child.ui diff --git a/testsuite/reftests/meson.build b/testsuite/reftests/meson.build index b254f8d87e..3a1f9ac688 100644 --- a/testsuite/reftests/meson.build +++ b/testsuite/reftests/meson.build @@ -375,9 +375,6 @@ testdata = [ 'style-context-save-inheritance.css', 'style-context-save-inheritance.ref.ui', 'style-context-save-inheritance.ui', - 'style-properties-nth-child.css', - 'style-properties-nth-child.ref.ui', - 'style-properties-nth-child.ui', 'style-properties-only-child.css', 'style-properties-only-child.ref.ui', 'style-properties-only-child.ui', diff --git a/testsuite/reftests/style-properties-nth-child.css b/testsuite/reftests/style-properties-nth-child.css deleted file mode 100644 index d3d406c1fb..0000000000 --- a/testsuite/reftests/style-properties-nth-child.css +++ /dev/null @@ -1,11 +0,0 @@ -* { - -GtkToolbar-button-relief: none; -} - -.grid-toolbar { - -GtkToolbar-button-relief: normal; -} - -.box-toolbar { - -GtkToolbar-button-relief: normal; -} diff --git a/testsuite/reftests/style-properties-nth-child.ref.ui b/testsuite/reftests/style-properties-nth-child.ref.ui deleted file mode 100644 index 04c1590bcd..0000000000 --- a/testsuite/reftests/style-properties-nth-child.ref.ui +++ /dev/null @@ -1,69 +0,0 @@ - - - - - False - popup - 300 - 300 - - - True - False - - - True - True - True - in - - - - - - 0 - 0 - 1 - 1 - - - - - True - False - True - - - - True - list-add-symbolic - - - False - True - - - - - True - list-add-symbolic - - - False - True - - - - - 0 - 1 - 1 - 1 - - - - - - diff --git a/testsuite/reftests/style-properties-nth-child.ui b/testsuite/reftests/style-properties-nth-child.ui deleted file mode 100644 index 0b71631447..0000000000 --- a/testsuite/reftests/style-properties-nth-child.ui +++ /dev/null @@ -1,54 +0,0 @@ - - - - - False - popup - 300 - 300 - - - True - False - vertical - - - True - True - True - in - - - - - - - - True - False - True - - - - True - list-add-symbolic - - - - - - - True - list-add-symbolic - - - - - - - - - - -- 2.30.2